func golang.org/x/sys/unix.offs2lohi
5 uses
golang.org/x/sys/unix (current package)
syscall_linux.go#L2001: func offs2lohi(offs int64) (lo, hi uintptr) {
syscall_linux.go#L2017: lo, hi := offs2lohi(offset)
syscall_linux.go#L2026: lo, hi := offs2lohi(offset)
syscall_linux.go#L2068: lo, hi := offs2lohi(offset)
syscall_linux.go#L2080: lo, hi := offs2lohi(offset)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)